Snapservice Reports Clusters ProtectionGroups Snapshots StatusByTimeSliceListResult

Snapservice Reports Clusters ProtectionGroups Snapshots StatusByTimeSliceListResult
Snapservice Reports Clusters ProtectionGroups Snapshots StatusByTimeSliceListResult

The Snapservice Reports Clusters ProtectionGroups Snapshots StatusByTimeSliceListResult schema represents the result of GET /snapservice/reports/clusters/{cluster}/protection-groups/snapshot-status-counts?aggregateBy=time-slice operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "items": [
        {
            "start_time": "string",
            "end_time": "string",
            "info": {
                "error_count": 0,
                "warning_count": 0,
                "success_count": 0
            }
        }
    ]
}
items
Required

List of status count items aggregated by time slice.

This property was added in vSphere API 9.0.0.0.